home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
ffg155.zip
/
DEMO_BAT.ZIP
/
WEEKDAYS.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-08-12
|
338b
|
14 lines
@echo off
cls
echo This is a listing of files created/modified on a Weekdays (Mon-Fri):
echo Press any key to begin searching...
pause >nul
::
:: The full spelling of "monday" is not necessary. "mo" would suffice:
::
echo on
ffg *:* /dMonday-Friday /p
@echo off
echo Done. Press any key for next demonstration...
pause>nul